Cancel OCT
Cancel OCT API is used to cancel the Deferred OCT before it gets processed. This API works only for Deferred OCT.
Endpoint
http://localhost:4041/rpc/VisaDirectService/CancelOCT
Method
POST
Request
Payload Parameters
Parameter | Type | Description |
---|---|---|
referenceNumbers | array of string | Array of reference numbers of transactions to be cancelled. |
Sample Request
{
"referenceNumbers": [
"422215044342"
]
}
Sample Response
{
"cancelledTransactions": [
"422215044342"
]
}